C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldList Class / Add Method / Add(String[]) Method
One or more field names to add to the list.

In This Topic
Add(String[]) Method
In This Topic
Adds an existing PivotField to the list.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal ParamArray fieldNames() As String _
) 
 

Parameters

fieldNames
One or more field names to add to the list.
See Also